home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-04-16 | 1013 b | 34 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 4624732 13-April-90 09:27PDT
-
- From: D0314 Imageering Optical Disk Sys,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: ¿Getting Views to Appear?
-
- This should be a fairly simple question. I have a document that has 2 views.
- One view is opened when the document opens. I overrode DoMenuCommand in my
- Document to handle the new Menu command that I added to show the second view.
-
- Which of the following routines should I call to get the view to appear?
- Shouldn't they all work? When should each routine be called?
-
- TView.DrawContents
- TView.ForceRedraw
- TView.Show
- TView.ViewEnable
- TView.ShowReverted
- TView.Open
-
- To get the first view to open with the document I had to call
- TView.ShowReverted in TMyDocument.DoMakeViews, as is done in the DemoText
- example. Should I have called ShowWindows instead?
-
- Confused,
- Reece Dike,
- Imageering Optical Disk Systems
- AppleLink: D0314
-
-